home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / grafica / sview542.rdm < prev    next >
Text File  |  1996-06-17  |  7KB  |  140 lines

  1. Short:    SuperView V5.42 + Library 13.1 (16.4.96)
  2. Author:   Andreas_Kleinert@superview.ftn.sub.org
  3. Uploader: Martin Schulze (schulze@phil.uni-sb.de)
  4. Type:     gfx/show
  5.  
  6.    COMPLETE LIBRARY UPDATE AND REWORK (SEE BELOW)
  7.  
  8. SuperView V5.42 EL (evaluation), a localized Graphics Viewer/Converter/
  9. Editor and ScreenGrabber for the superview.library, with ARexx-support,
  10. GUI, AmigaGuide-OnlineHelp, Commodity-functionality and many more features.
  11.  
  12. Nearly anything is managed by object-oriented external modules
  13. for loading, saving (SVObjects), displaying (SVDrivers) and
  14. processing (SVOperators) graphics - converting graphics and
  15. "screen-grabbing" also is possible in a very comfortable way.
  16.  
  17. OS V2.04 and 68000 at least are required, OS V2.1 and V3.x
  18. features and 680x0 versions are used if available.
  19.  
  20. SHAREWARE.
  21. Evaluation version with "please register" requester and some restrictions
  22. (until you receive your KeyFile...).
  23.  
  24. Includes licensed SuperView-Library Version 13.1, which includes the
  25. following FileFormats, Display Drivers and Operators:
  26.  
  27. SVObjects:     - IFF-ILBM         - Windows,OS/2 BMP   - PNM (PBM,PGM,PPM)
  28.                - IFF-ACBM         - JPEG (JFIF v6)     - IMG (GEM Graphics)
  29.                - IFF-YUVN         - PhotoCD            - WPG (WP Bitmaps)
  30.                - IFF-DEEP         - TIFF               - MacPaint MAC
  31.                - PCX              - EPS-Header         - C64 (Koala, Doodle)
  32.                - GIF 87a/89a      - FBM                - Windows Icon
  33.                - QRT/POV Raytrace - Mac PICT-2         - SGI
  34.                - SVG              - Targa              - Pictor/PCPaint
  35.                - SunRaster        - UtahRLE            - PNG
  36.  
  37.                  as well as all OS3-Datatypes
  38.                  and CyberGraphX DataTypes (via picture.datatype V43).
  39.  
  40.                  Many formats with 24 Bit-Support.
  41.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  42.  
  43.                  Writes C-Sourcecode in chunky/RGB notation.
  44.  
  45. SVDrivers :    - ECS              - AGA                - EGS7
  46.                - OpalVision       - Retina             - CyberGraphX
  47.                - PicassoII        - Merlin
  48.  
  49. SVOperators :  - Dither24Bit      - 24BitToHAM         - HilbertDither256
  50.                - ExtractRed       - ExtractGreen       - ExtractBlue
  51.                - XOR              - ExtractGrayScales  - TopToBottom
  52.                - LeftToRight      - Rotate             - Scale50
  53.                - AnyTo24Bit       - Crop               - CallPNM
  54.                - OptimizePalette  - RotateFree         - PaletteDither
  55.  
  56.                  plus the following from Steve Quartly:
  57.  
  58.                - SQBentley        - SQTiling           - SQThreshold
  59.                - SQOilPaint       - SQMosaic           - SQEmboss
  60.                - SQSlicing        - SQDiffuse          - SQContrast
  61.                - SQSharpen        - SQBlur             - SQDeep_Press
  62.                - SQMotion_Blur    - SQHighPass
  63.  
  64.      PROGRAM-CHANGES:
  65.      ================
  66.  
  67. V5.42: - more verbose description for "Free Handle" menu
  68.          (-> Simon Edwards)
  69.        - OnlineSupport: - SNOWBALL is offline!
  70.                         - canceled gm-box/mediaserve domain
  71.                         - skynet domain changed
  72.                         - new WWW page and FTP address
  73.                           with SuperView-Support (GM-Box)
  74.        - and more
  75.        - included superview.library V13.1 - with MANY bugfixes
  76.  
  77.      LIBRARY-CHANGES:
  78.      ================
  79.  
  80.      V13.1 (16.4.1996) :
  81.      -------------------
  82.       - LIBRARY:        - added the concept of "exclusion" of single
  83.                           modules from the startup initialization
  84.                           of the library by user's choice.
  85.                           SVObjects, SVDrivers and/or SVOperators
  86.                           not to be loaded each time can be
  87.                           "excluded" by adding their names to specific
  88.                           configuration files.
  89.                           May increase speed on startup, save memory
  90.                           and reduce the need to call "avail flush"
  91.                           or actually delete modules from their
  92.                           Libs subdirectories
  93.                           (see documentation of "SVPrefs").
  94.  
  95.                           Has some disadvantages (excluded modules
  96.                           won't be recognized until again - maybe
  97.                           temporarily - loaded by hand or re-included),
  98.                           but these don't make anything worse, since
  99.                           this feature can most simply be ignored.
  100.  
  101.       - Preferences:    - added GUI support for "exclusion" model
  102.                           of modules
  103.       - NEW SVObjects:  - C-Source.svobject creates C-Source code
  104.                           in chunky/RGB notation from any graphics
  105.                           (<= 8 Bit and HAM as chunky, 24 Bit as RGB)
  106.       - SVObjects:      - GIF, TIFF: - added LZW license check to
  107.                                        GIF and LZW-TIFF
  108.                         - ILBM:      - now finally, ultimatively, definitely,
  109.                                        absolutely fixed ILBM buffersize
  110.                                        calculation stuff
  111.                                        (simply had been blind - thanks to
  112.                                         -> Simon Edwards)
  113.                                      - fixed mungwall hits when writing
  114.                                        24 Bit IFF-ILBMs
  115.                                        (-> Simon Edwards)
  116.       - SVSupport-Lib:  - fixed grabbing of interlaved screens with
  117.                           ScreenToBitPlane()
  118.                           (-> Simon Edwards)
  119.       - Programmers:    - fixed superview.fd: GetTypeExtension
  120.                           (-> Simon Edwards)
  121.                         - added new function SVL_SetDTMode(), which
  122.                           allows enabling/disabling datatypes support
  123.                           (if enabled, it also supersedes the LIBRARY
  124.                            controlpad entry "ANYDATATYPES" by specifying
  125.                            own settings)
  126.       - Documentation   - updated Simon's EMail address
  127.                         - OnlineSupport: - SNOWBALL is offline!
  128.                                          - gm-box/mediaserve domain canceled
  129.                                          - skynet domain changed
  130.                                          - new WWW page and FTP address
  131.                                            with SuperView-Support (GM-Box)
  132.                         - added other doc files as external links
  133.                         - rewrote SQ-Operators.guide
  134.                         - added more links to this document and
  135.                           updated the information where necessary
  136.  
  137. *****************************************************************************
  138. ** Please support SHAREWARE and register NOW to receive YOUR KeyFile !!    **
  139. *****************************************************************************
  140.